Conversation
Changes: - redis/docker-library-redis@3914a02: Update to 6.0.2
Diff for 31fd21c:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3a1b257..a84e689 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -15,12 +15,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: d3a0f3d95ac768db44dbcb87ecf88cfc436581d5
Directory: 5.0/alpine
-Tags: 6.0.1, 6.0, 6, latest, 6.0.1-buster, 6.0-buster, 6-buster, buster
+Tags: 6.0.2, 6.0, 6, latest, 6.0.2-buster, 6.0-buster, 6-buster, buster
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: cc1b618d51eb5f6bf6e3a03c7842317b38dbd7f9
+GitCommit: 3914a0256d549b8323c94c62854d8ca06107aec4
Directory: 6.0
-Tags: 6.0.1-alpine, 6.0-alpine, 6-alpine, alpine, 6.0.1-alpine3.11, 6.0-alpine3.11, 6-alpine3.11, alpine3.11
+Tags: 6.0.2-alpine, 6.0-alpine, 6-alpine, alpine, 6.0.2-alpine3.11, 6.0-alpine3.11, 6-alpine3.11, alpine3.11
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: cc1b618d51eb5f6bf6e3a03c7842317b38dbd7f9
+GitCommit: 3914a0256d549b8323c94c62854d8ca06107aec4
Directory: 6.0/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 8635cb7..51b2328 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -24,10 +24,10 @@ redis:6.0
redis:6.0-alpine
redis:6.0-alpine3.11
redis:6.0-buster
-redis:6.0.1
-redis:6.0.1-alpine
-redis:6.0.1-alpine3.11
-redis:6.0.1-buster
+redis:6.0.2
+redis:6.0.2-alpine
+redis:6.0.2-alpine3.11
+redis:6.0.2-buster
redis:alpine
redis:alpine3.11
redis:buster
diff --git a/redis_alpine3.11/Dockerfile b/redis_alpine3.11/Dockerfile
index ac75436..1b7eccc 100644
--- a/redis_alpine3.11/Dockerfile
+++ b/redis_alpine3.11/Dockerfile
@@ -10,9 +10,9 @@ RUN apk add --no-cache \
# add tzdata for https://github.com/docker-library/redis/issues/138
tzdata
-ENV REDIS_VERSION 6.0.1
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.1.tar.gz
-ENV REDIS_DOWNLOAD_SHA b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91bcd5fe12593f273
+ENV REDIS_VERSION 6.0.2
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.2.tar.gz
+ENV REDIS_DOWNLOAD_SHA 9c37cd4228a57e82e7037094751c63349302b0b86c5e30b778a63a802dfd0109
RUN set -eux; \
\
diff --git a/redis_buster/Dockerfile b/redis_buster/Dockerfile
index 871d433..d4d7248 100644
--- a/redis_buster/Dockerfile
+++ b/redis_buster/Dockerfile
@@ -26,9 +26,9 @@ RUN set -eux; \
gosu --version; \
gosu nobody true
-ENV REDIS_VERSION 6.0.1
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.1.tar.gz
-ENV REDIS_DOWNLOAD_SHA b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91bcd5fe12593f273
+ENV REDIS_VERSION 6.0.2
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.2.tar.gz
+ENV REDIS_DOWNLOAD_SHA 9c37cd4228a57e82e7037094751c63349302b0b86c5e30b778a63a802dfd0109
RUN set -eux; \
\ |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: